'Declaration Public Overloads Function Insert( _ ByVal texts() As System.String, _ ByVal location As InsertLocation _ ) As Row
public Row Insert( System.string[] texts, InsertLocation location )
Parameters
- texts
- An array of row cell texts. The size of the array determines the number of cells in the row.
- location
- The row insert position in the current range.
Return Value
The inserted Row.